home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / scr.c < prev    next >
C/C++ Source or Header  |  1995-02-07  |  253b  |  36 lines

  1. scr_refresh()
  2. {
  3. }
  4. int scr_getch()
  5. {
  6. }
  7. scr_init()
  8. {
  9. }
  10. scr_end()
  11. {
  12. }
  13. struct text_info r;
  14. scr_savexy()
  15. {
  16.     gettextinfo(&r);
  17. }
  18. scr_restorexy()
  19. {
  20.     textattr(r.normattr);
  21.     window(r.winleft,r.wintop,r.winright,r.winbottom);
  22.     gotoxy(r.curx,r.cury);
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.